Skip to main content

Get Credential

Get credential from Automind Hub

Input

  • Credential Name: The name of the credential to be retrieved
    • Type: System.String
    • Required

Output

  • Username: Retrieved username of the credential
    • Type: System.String
    • Required
  • Password: Retrieve password of the credential
    • Type: System.String
    • Required

Misc

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
    • Type: System.Int32
    • Required